home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mint96sb.zoo / src / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-21  |  202 b   |  12 lines

  1. #define MAJ_VERSION    0
  2. #define MIN_VERSION    96
  3.  
  4. #define PATCHLEVEL    14
  5. #define BETA
  6.  
  7. #ifdef BETA
  8. #define VERS_STRING    "%d.%d prelim. version PL %d"
  9. #else
  10. #define VERS_STRING    "%d.%d PL %d"
  11. #endif
  12.